home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 41
/
Volume 41 - JOGO DISK .iso
/
Games
/
konka_66.swf
/
scripts
/
DefineSprite_305_gjg
/
frame_30
/
DoAction.as
Wrap
Text File
|
2007-05-10
|
157b
|
9 lines
if(_root.pause == 0)
{
if(g.hitTest(_parent.man.shenzi))
{
_root.nhp -= _root.diatk + 5;
_parent.man.gotoAndPlay("挨打");
}
}